-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix failures from many pulls from hub.docker.com (Done) #1406
Fix failures from many pulls from hub.docker.com (Done) #1406
Conversation
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
added list of Nvidia maintainers resolves: "docker image tests failed due to dockerhub limitation Project-MONAI#1380" Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
thanks, this also addresses #1276 cc @IsaacYangSLA |
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
…1380-dockerhub-rate-limit
…0-dockerhub-rate-limit
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
…nt rate limiting on it remark: do not use it as pull-through cache as this would not work with static labels and docker images would diverge from one another Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
That's basically it. I'd appreciate you comment on what might be left to do or revise. Thank you. I am not sure, whether I am able to test all GitHub Actions from my fork. May I just remove the date changes to "2020 - 2021" again or may I leave it in my PR? Thanks for getting back to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, it looks great, I just have a minor comment about the meta data
got rid of "as base" extension in FROM -- seems not be be pickup downwards (is no multi-stage Docker build -- hence: removed) Signed-off-by: Daniel Schulz danielschulz2005@hotmail.com <danielschulz2005@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, it looks great, I just have a minor comment about the meta data
I changed it accordingly...
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
You're welcome. It was a pleasure to contribute my bit. PS: Also your products are great! I am using your GPUs professionally and personally for years now. Really great work from Nvidia! Thank you for this. |
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
0898026
to
1dc66bd
Compare
🎉 |
Fixes #1380 .
Description
As Docker Hub is applying a rate limit for unauthorized pulls, we need to check how to pull images from it less often. Else, there will be regular failures in the CI pipeline just for technical reasons.
Status
Work in progress
Types of changes